Method ExecuteTreeWindowAsync<TProps>(TreeQueryContext<TProps>, string, string, string, string, string?)

Assembly: redb.MSSql.Pro.dll

Execute Window Functions on tree with CTE (legacy JSON version).

public Task<string> ExecuteTreeWindowAsync<TProps>(TreeQueryContext<TProps> context, string selectFieldsJson, string windowFunctionsJson, string partitionByJson, string orderByJson, string? frameJson = null) where TProps : class, new()